projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23347d7
)
(xg_set_icon): Delete superfluous UNGCPRO.
author
Kenichi Handa
<handa@m17n.org>
Fri, 31 Mar 2006 00:40:21 +0000
(
00:40
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Fri, 31 Mar 2006 00:40:21 +0000
(
00:40
+0000)
src/ChangeLog
patch
|
blob
|
history
src/xfns.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 3dcc5dcf01c55992102e4766edf88253e767d4b3..ba816a9e2f073b37127392760cd11a39d77267ef 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2006-03-31 Kenichi Handa <handa@m17n.org>
+
+ * xfns.c (xg_set_icon): Delete superfluous UNGCPRO.
+
2006-03-30 Dan Nicolaescu <dann@ics.uci.edu>
* xdisp.c (syms_of_xdisp): Fix variable name.
diff --git
a/src/xfns.c
b/src/xfns.c
index f18c9aac99f40fe36998666a37676acf8b44dfa2..396ef8ceb641261932bf2fb298a03a2b28d2cc10 100644
(file)
--- a/
src/xfns.c
+++ b/
src/xfns.c
@@
-816,7
+816,6
@@
xg_set_icon (f, file)
UNBLOCK_INPUT;
}
- UNGCPRO;
return result;
}